home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(load){
- if(_root.position9 == 1)
- {
- setProperty(this, _X, 200);
- setProperty(this, _Y, 100);
- }
- if(_root.position9 == 2)
- {
- setProperty(this, _X, 310);
- setProperty(this, _Y, 100);
- }
- if(_root.position9 == 3)
- {
- setProperty(this, _X, 420);
- setProperty(this, _Y, 100);
- }
- if(_root.position9 == 4)
- {
- setProperty(this, _X, 530);
- setProperty(this, _Y, 100);
- }
- if(_root.position9 == 5)
- {
- setProperty(this, _X, 200);
- setProperty(this, _Y, 210);
- }
- if(_root.position9 == 6)
- {
- setProperty(this, _X, 310);
- setProperty(this, _Y, 210);
- }
- if(_root.position9 == 7)
- {
- setProperty(this, _X, 420);
- setProperty(this, _Y, 210);
- }
- if(_root.position9 == 8)
- {
- setProperty(this, _X, 530);
- setProperty(this, _Y, 210);
- }
- if(_root.position9 == 9)
- {
- setProperty(this, _X, 200);
- setProperty(this, _Y, 320);
- }
- if(_root.position9 == 10)
- {
- setProperty(this, _X, 310);
- setProperty(this, _Y, 320);
- }
- if(_root.position9 == 11)
- {
- setProperty(this, _X, 420);
- setProperty(this, _Y, 320);
- }
- if(_root.position9 == 12)
- {
- setProperty(this, _X, 530);
- setProperty(this, _Y, 320);
- }
- }
-